home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / thc / thc.txt < prev   
Text File  |  1993-09-08  |  2KB  |  90 lines

  1. TOM'S HAPPY CONSTANTS
  2. A Visual Basic Environment Add On
  3.  
  4. Copyright (c) 1993 Thomas Bassal
  5. V1.0  1-September-1993
  6.  
  7.  
  8. 1. Documentation
  9. -----------------
  10. For full documentation consult the Windows On-line Help system for
  11. Tom's Happy Constants.
  12.  
  13.  
  14. 2. Copyright / Freeware
  15. ------------------------
  16. The program and documentation are
  17. Copyright (c) 1993 Thomas Bassal
  18.  
  19. The Tom's Happy Constants software package is distributed as FREEWARE.
  20.  
  21. DISCLAIMER: TOM'S HAPPY CONSTANTS DOES NOT OFFER ANY WARRANTIES OF ANY
  22. KIND, WHETHER EXPRESSED OR IMPLIED. USING THIS PROGRAM IS AT YOUR OWN
  23. RISK.
  24.  
  25.  
  26. 3. Overview
  27. ------------
  28. Tom' Happy Constants (THC) was created to help Visual Basic Developers 
  29. to get API constants declarations in a fast and convenient way. From the
  30. code window you just have to highlight the constant name and press a
  31. hot key: the clipboard will be loaded with the corresponding Global
  32. Declaration.
  33.  
  34.  
  35. 4. Requirements
  36. ----------------
  37. Any IBM PC or compatible capable of running Visual Basic in
  38. Standard or 386 Enhanced Mode.
  39.  
  40.  
  41. 5. Installation
  42. ----------------
  43. Copy the following files in a directory of your choice:
  44.   
  45.   THC.EXE
  46.   THC.HLP
  47.   THC.DAT
  48.   
  49. Then copy HOTKEY.DLL to a directory in your path.
  50.  
  51. Then add THC to the Program Manager with the FILE/NEW menu command.
  52.  
  53.  
  54. 6. UN installation
  55. ------------------
  56. THC will create an INI file (THC.INI) in ITS OWN directory.
  57. So to uninstall the program, you only need to remove the directory
  58. of THC and the associated icon in the Program Manager.
  59. Be careful about deleting HOTKEY.DLL, as you know, DLL can be used
  60. from many different programs.
  61.  
  62.  
  63. 7. Mailing address
  64. -------------------
  65. If you like Tom's Happy Constants and use it, please drop me a mail on
  66. CompuServe, I would be glad to know that you are using it, and that the 
  67. time used for the development was worth it! I will do my best to include 
  68. any of your ideas in the next releases. 
  69.  
  70. Thomas Bassal
  71. Zwoelfer weg 2
  72. 86836 LagerLechFeld
  73. Germany
  74.  
  75. CIS 100276,1324
  76.  
  77.  
  78. 8. Revision History
  79. --------------------
  80. V1.0  1-Sep-1993   First Release, waitting for user comments!
  81.  
  82.  
  83. T. Bassal
  84. September 1993
  85.  
  86. -----------------------------------------------------------------
  87. Windows and Visual Basic are registered Trade Marks of Microsoft.
  88. HOTKEY.DLL is Copyright 1991-93 User Friendly, Inc.
  89. -----------------------------------------------------------------
  90.